implement the capability to desactivate CBT on all vdi snapshot child - #108
Open
Lankou66 wants to merge 1 commit into
Open
implement the capability to desactivate CBT on all vdi snapshot child#108Lankou66 wants to merge 1 commit into
Lankou66 wants to merge 1 commit into
Conversation
Lankou66
force-pushed
the
allow_CBT_disabling_on_snapshot
branch
from
November 12, 2025 13:19
6642746 to
fc458c8
Compare
Member
|
Here's a reminder regarding the commit message conventions. The commit title is largely over 70 chars, here :) https://docs.xcp-ng.org/project/development-process/commit-message-conventions/ |
Lankou66
force-pushed
the
allow_CBT_disabling_on_snapshot
branch
from
November 12, 2025 15:39
fc458c8 to
315794d
Compare
Lankou66
marked this pull request as ready for review
November 13, 2025 09:57
Lankou66
force-pushed
the
allow_CBT_disabling_on_snapshot
branch
from
November 17, 2025 10:10
315794d to
2648b19
Compare
Nambrok
requested changes
Nov 19, 2025
Lankou66
force-pushed
the
allow_CBT_disabling_on_snapshot
branch
from
November 20, 2025 09:35
2648b19 to
832aef0
Compare
Nambrok
requested changes
Nov 20, 2025
Lankou66
force-pushed
the
allow_CBT_disabling_on_snapshot
branch
from
November 21, 2025 09:54
832aef0 to
c9dcd5f
Compare
Wescoeur
force-pushed
the
3.2.12-8.3
branch
3 times, most recently
from
December 1, 2025 23:24
66c7c8e to
aaaab27
Compare
Lankou66
force-pushed
the
allow_CBT_disabling_on_snapshot
branch
from
January 15, 2026 09:09
c9dcd5f to
1900e9a
Compare
Wescoeur
force-pushed
the
3.2.12-8.3
branch
4 times, most recently
from
February 3, 2026 01:36
9cbd470 to
81418fa
Compare
Lankou66
force-pushed
the
allow_CBT_disabling_on_snapshot
branch
from
February 23, 2026 12:56
1900e9a to
da9e170
Compare
Wescoeur
approved these changes
Feb 24, 2026
Wescoeur
force-pushed
the
3.2.12-8.3
branch
4 times, most recently
from
May 19, 2026 17:17
bc30ef6 to
1dfb701
Compare
Lankou66
force-pushed
the
allow_CBT_disabling_on_snapshot
branch
2 times, most recently
from
June 4, 2026 10:50
0f4b91e to
8adc572
Compare
Wescoeur
force-pushed
the
3.2.12-8.3
branch
5 times, most recently
from
June 25, 2026 22:04
252789d to
d8ca026
Compare
- Recursive CBT disabling on VDI all child snapshots - Delete CBT log files when present This resolves issues where CBT deactivation was incomplete when processing multi-level snapshot chains. Fixes: incomplete CBT deactivation on snapshot chains Signed-off-by: Goulven Riou <goulven.riou@vates.tech>
Lankou66
force-pushed
the
allow_CBT_disabling_on_snapshot
branch
from
September 2, 2026 11:55
8adc572 to
1bf1559
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implement recursive CBT deactivation for VDI snapshot chains
Add recursive CBT deactivation for VDI and all child snapshots Delete CBT log files when present
Update parent/child references in CBT metadata
Fixes: Incomplete CBT deactivation on snapshot chains